docs: Remove mention of gdk_draw_drawable()
authorBenjamin Otte <otte@redhat.com>
Wed, 14 Jul 2010 21:14:33 +0000 (23:14 +0200)
committerBenjamin Otte <otte@redhat.com>
Mon, 26 Jul 2010 14:42:49 +0000 (16:42 +0200)
That function is about to die.

gtk/gtkwidget.c

index f65b7aecaf3f6e5110842a78bd46781c1db7b398..46456736fba1948bc825ea996c95713d379dc437 100644 (file)
@@ -2199,10 +2199,9 @@ gtk_widget_class_init (GtkWidgetClass *klass)
    *   this signal.
    *
    * The ::no-expose-event will be emitted when the @widget's window is 
-   * drawn as a copy of another #GdkDrawable (with gdk_draw_drawable())
-   * which was completely unobscured. If the source
-   * window was partially obscured #GdkEventExpose events will be generated
-   * for those areas.
+   * drawn as a copy of another #GdkDrawable which was completely unobscured.
+   * If the source window was partially obscured #GdkEventExpose events will
+   * be generated for those areas.
    *
    * Returns: %TRUE to stop other handlers from being invoked for the event. 
    *   %FALSE to propagate the event further.